[XEND] Keep vif IP addresses as space separated string.
authorAlastair Tse <atse@xensource.com>
Fri, 8 Dec 2006 13:31:21 +0000 (13:31 +0000)
committerAlastair Tse <atse@xensource.com>
Fri, 8 Dec 2006 13:31:21 +0000 (13:31 +0000)
commite2bfc5ae076d24bf75584028b1d3026ffd8f4d5f
tree32ee3ed749616e59ed842b45f1f62510e033fda6
parent781b258bf0322191c1d38fa07bc9e2ef945bd51e
[XEND] Keep vif IP addresses as space separated string.

They were inconsistently represented as strings or lists making it
difficult to know the type of the IP parameter for vifs. Since both xm
and DevController represents these as space separated strings, that is
what it will be stored as.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/server/netif.py